home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 February / PCM_0202.iso / media / demo / XP dodatki / offinst.EXE / RCDATA / CABINET / ohotfix.ini < prev    next >
INI File  |  2001-03-23  |  7KB  |  173 lines

  1. ; Microsoft Office Hotfix Installer ohotfix.exe information file
  2. ;
  3. ; This file contains the settings that can be modified by the user to control
  4. ; the behavior of ohotfix.exe and the Windows Installer service.
  5. ;
  6. ; If this file is found in the same directory as ohotfix.exe, it will be used
  7. ; to set ohotfix.exe's behavior.  If this file is not found, the following
  8. ; default settings will be used:
  9. ;
  10. ;   IsNormalUpdate=1
  11. ;   AdminUsesShortFilenames=1
  12. ;   AdminPath=
  13. ;   MessageTitle=
  14. ;   CopyFilesToRerun=1
  15. ;   ShowSuccessDialog=1
  16. ;   RunSetupWatson=1
  17. ;   RequireAllPatchesNeeded=0
  18. ;   RequireAllProductsAtMinVersion=0
  19. ;   MinMsiVersion=
  20. ;   UpgradeMsi=0
  21. ;   MsiUpgradeURL=
  22. ;   MinProductVersion=
  23. ;   OHotfixLogLevel=v
  24. ;   MsiLogLevel=v
  25. ;   OHotfixUILevel=n
  26. ;   MsiUILevel=n
  27. ;   FeatureToCheck=
  28. ;
  29. ; All of the fields are required, all of the fields with a value specified
  30. ; above must have a value, and all of the values must be valid.  Otherwise,
  31. ; ohotfix.exe will shut down.
  32.  
  33. [OHotfix]
  34.  
  35. ; Ohotfix.exe can apply both normal/client updates and administrative updates.
  36. ; 1 = This is a normal/client update.
  37. ; 0 = This is an administrative update.
  38. ;
  39. IsNormalUpdate=1
  40.  
  41. ; In an administrative update, the names of the files being updated can use
  42. ; either the short format or the long format.
  43. ; 1 = Use short filenames (must be used for Office).
  44. ; 0 = Use long filenames (must be used for Visio).
  45. ;
  46. AdminUsesShortFilenames=1
  47.  
  48. ; In an administrative update, the path of a valid Windows Installer
  49. ; administrative package must be specified (for example, c:\adminimage\visio.msi).
  50. ; The path can be specified here using AdminPath; or, if no path is specified
  51. ; here and OHotfixUILevel is set to n, ohotfix.exe will prompt for a path.  If
  52. ; no path is specified here and OHotfixUILevel is set to q, ohotfix.exe will
  53. ; shut down.  Ohotfix.exe will also shut down if OHotfixUILevel is set to n
  54. ; but no path is specified at the prompt.
  55. ;
  56. AdminPath=
  57.  
  58. ; The title displayed in ohotfix.exe message boxes can be specified.  If no
  59. ; title is specified with MessageTitle, a default title is used.  To display
  60. ; no title, specify a space for MessageTitle.  Ohotfix.exe messages are only
  61. ; displayed if OHotfixUILevel is set to n.
  62. ;
  63. MessageTitle=
  64.  
  65. ; If a system restart is required but more patches need to be applied,
  66. ; ohotfix.exe can copy the necessary files to a safe location, restart,
  67. ; and then run itself again to apply the remaining patches.
  68. ; 1 = Copy the files to a safe location and try to restart and rerun.
  69. ; 0 = Do not copy the files and do not try to restart and rerun.
  70. ;
  71. CopyFilesToRerun=1
  72.  
  73. ; A final dialog can be displayed to indicate that the update was applied
  74. ; successfully.  This dialog will only be displayed if ShowSuccessDialog is
  75. ; set to 1 and OHotfixUILevel is set to n.
  76. ; 1 = Display the success dialog.
  77. ; 0 = Do not display the success dialog.
  78. ;
  79. ShowSuccessDialog=0
  80.  
  81. ; Microsoft's Setup Watson can be used to report to Microsoft certain
  82. ; errors encountered during the update process.  Setup Watson displays dialogs,
  83. ; which will appear even if OHotfixUILevel is set to q.
  84. ; 1 = Use Setup Watson to report errors to Microsoft.
  85. ; 0 = Do not report errors to Microsoft.
  86. ;
  87. RunSetupWatson=1
  88.  
  89. ; Some updates require that all of the patches be either needed by or already
  90. ; applied to the product being updated.
  91. ; 1 = Require that all of the patches be either needed or already applied.
  92. ; 0 = Do not require that all of the patches be either needed or already applied.
  93. ;
  94. RequireAllPatchesNeeded=0
  95.  
  96. ; Some updates require all of the products being updated to be at or above
  97. ; a certain version (for example, at or above the SR1 level).  To invoke
  98. ; this requirement, RequireAllProductsAtMinVersion must be set to 1 and
  99. ; MinProductVersion must specify a valid product version.  If
  100. ; RequireAllProductsAtMinVersion is set to 1 but MinProductVersion is not
  101. ; set, ohotfix.exe will shut down.
  102. ; 1 = Require all of the products being updated to be at or above the
  103. ;     specified version.
  104. ; 0 = Allow the update to be applied regardless of the products' versions.
  105. ;
  106. RequireAllProductsAtMinVersion=0
  107.  
  108. ; If RequireAllProductsAtMinVersion is set to 1, MinProductVersion must
  109. ; specify a valid product version using the standard version format (for
  110. ; example, 10.1.0).
  111. ;
  112. MinProductVersion=
  113.  
  114. ; Some updates may require that the Windows Installer service be at or above
  115. ; a certain version (for example, at or above 1.1.0).  Ohotfix.exe can check
  116. ; the Windows Installer service's version and shut down if the version is too
  117. ; low.  To invoke this checking, use MinMsiVersion to specify a valid Windows
  118. ; Installer service version.
  119. ;
  120. MinMsiVersion=
  121.  
  122. ; If the Windows Installer service's version is checked and is found to be too
  123. ; low, ohotfix.exe can launch a Web site from which the Windows Installer
  124. ; service can be upgraded.  To enable this, UpgradeMsi must be set to 1,
  125. ; MsiUpgradeURL must specify a valid URL, and OHotfixUILevel must be set to n.
  126. ; If UpgradeMsi is set to 1 but MsiUpgradeURL is not set, ohotfix.exe will
  127. ; shut down.
  128. ; 1 = Launch the upgrade Web site if the Windows Installer service's version
  129. ;     is too low.
  130. ; 0 = Do not launch the upgrade Web site.
  131. ;
  132. UpgradeMsi=0
  133.  
  134. ; If UpgradeMsi is set to 1, MsiUpgradeURL must specify a valid URL that is 259
  135. ; or fewer characters in length (for example, www.microsoft.com).
  136. ;
  137. MsiUpgradeURL=
  138.  
  139. ; Log files are always created to record the progress of ohotfix.exe and
  140. ; the Windows Installer.
  141. ; v = Log all ohotfix.exe actions/messages.
  142. ; n = Log only normal ohotfix.exe actions/messages.
  143. ;
  144. OHotfixLogLevel=v
  145.  
  146. ; v = Log all Windows Installer information, including the verbose information
  147. ;     (/L*v+).
  148. ; n = Log Windows terminal properties and Windows Installer status messages,
  149. ;     nonfatal warnings, startup of actions, and error messages (/Lpiwae+).
  150. ;
  151. MsiLogLevel=v
  152.  
  153. ; The user interface level can be set for both ohotfix.exe and the Windows
  154. ; Installer service.
  155. ; n = Display ohotfix.exe messages.
  156. ; q = Do not display ohotfix.exe messages.
  157. ;
  158. OHotfixUILevel=q
  159.  
  160. ; n = Display the basic Windows Installer user interface.
  161. ; q = Do not display any Windows Installer user interface.
  162. ;
  163. MsiUILevel=q
  164.  
  165. ; Updating can be blocked if a product's feature is not installed locally
  166. ; (for example, do not apply an update if the Program_Files feature is not
  167. ; installed locally).  This can be used to prevent mixed local/run from
  168. ; source configurations.  To invoke this capability, specify the name of a
  169. ; feature found in the products being updated.  This check is performed only
  170. ; for normal/client updates, not for administrative updates.
  171. ;
  172. FeatureToCheck=
  173.